Skip to content

Create invite-tracking.md #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Create invite-tracking.md #67

wants to merge 3 commits into from

Conversation

mrt2010
Copy link

@mrt2010 mrt2010 commented May 18, 2025

Type of PR

  • [ X ] Translation update / creation
  • Original file creation
  • Original file content (not typo) update
  • Original file typo update

Checks

If you have changed the content (/ meaning) of an original file, please confirm:

  • Yes, I have copied the updated section to all translations of this file manually.

Notes

Please enter additional information here.

@CLAassistant
Copy link

CLAassistant commented May 18, 2025

CLA assistant check
All committers have signed the CLA.

@SCDerox SCDerox requested review from SCDerox and Copilot May 18, 2025 15:54
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a German translation for the invite-tracking module documentation and updates the German translation for the Modmail setup guide.

  • Added a new invite-tracking documentation file with module details and configuration instructions.
  • Updated language and formatting in the modmail documentation for clarity and localization.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
i18n/de/docusaurus-plugin-content-docs/current/custom-bot/modules/moderation/invite-tracking.md New translation documentation for the invite-tracking module with configuration, usage, and troubleshooting sections.
docs/modmail.md Updated German translation for the Modmail setup guide with revised headings, instructions, and localized text.

Wenn ein Nutzer deinen Server verlässt, wird der Einladungs-Eintrag nicht gelöscht, sondern nur als "Inaktiv" markiert.

Um einen Missbrauch der Daten zu verhindern, können die gespeicherten Daten nicht fallspezifisch gelöscht werden.
Stattdessen kanst du die [Modul-Datenbank bereinigen](/de/docs/custom-bot/additional-features#reset-module-database), um alle gespeicherten Daten über Einladungen zu löschen.
Copy link
Preview

Copilot AI May 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a typo in 'kanst'; it should be corrected to 'kannst'.

Suggested change
Stattdessen kanst du die [Modul-Datenbank bereinigen](/de/docs/custom-bot/additional-features#reset-module-database), um alle gespeicherten Daten über Einladungen zu löschen.
Stattdessen kannst du die [Modul-Datenbank bereinigen](/de/docs/custom-bot/additional-features#reset-module-database), um alle gespeicherten Daten über Einladungen zu löschen.

Copilot uses AI. Check for mistakes.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh well, there's actually a spelling mistake hidden in there...

* Du hast deinen [Server zu SCNX hinzugefügt](/docs/setup).
* Dein Server besitzt einen [Unlimited](/docs/scnx/guilds/plans) (<PlanPrice plan="UNLIMITED" type="MONTHLY"/>)
oder [Professional](/docs/scnx/guilds/plans) (<PlanPrice plan="PROFESSIONAL" type="MONTHLY"/>) Plan (oder nutzt die 14-tägige Testphase, falls verfügbar).
* Du bist der Eigentümer dieses Servers ([weitere Informationen](/docs/scnx/guilds/trusted-admins#troubleshooting)) - falls dies nicht der Fall sein sollte, bitte den Eigentümer dieses Feature zu aktivieren und dich als [Trusted Admin](/docs/scnx/guilds/trusted-admins) hinzuzufügen.
Copy link
Preview

Copilot AI May 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider rephrasing for grammatical correctness, for example: '...bitte den Eigentümer bitten, dieses Feature zu aktivieren und dich als [Trusted Admin] hinzuzufügen.'

Suggested change
* Du bist der Eigentümer dieses Servers ([weitere Informationen](/docs/scnx/guilds/trusted-admins#troubleshooting)) - falls dies nicht der Fall sein sollte, bitte den Eigentümer dieses Feature zu aktivieren und dich als [Trusted Admin](/docs/scnx/guilds/trusted-admins) hinzuzufügen.
* Du bist der Eigentümer dieses Servers ([weitere Informationen](/docs/scnx/guilds/trusted-admins#troubleshooting)) - falls dies nicht der Fall sein sollte, bitte den Eigentümer, dieses Features zu aktivieren und dich als [Trusted Admin](/docs/scnx/guilds/trusted-admins) hinzuzufügen.

Copilot uses AI. Check for mistakes.

@SCDerox SCDerox requested a review from Fridolin012 May 18, 2025 15:56
@@ -1,25 +1,20 @@
# Setup your Modmail-Bot
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are edits to an original file! Please revert them!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hadn't actually committed/edited this, no idea how the commit got in here...
Should I now recommit the entire original text?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert the commit, ideally using git revert a935a6042b58973d425c26dd0e45e60668ecdaad

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can I also simply copy the original text (in Markdown), then paste it into the (unintentionally) edited file and commit it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please avoid doing that, reverting is likely easier.

Copy link
Author

@mrt2010 mrt2010 May 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, if you tell me how to do that 😅
So you've already written me the command, but where to execute it (Windows cmd probably), is there anything else to consider?
Why have I now requested a re-request review...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think I can give you a git tutorial via review comments, here's a detailed guide about how to use git on your device:
https://git-scm.com/book/de/v2
If you use something like Visual Studio Code or Webstorm, it might have a git integration where you can revert via the user interface.

@mrt2010 mrt2010 requested a review from SCDerox May 18, 2025 16:15
@SCDerox
Copy link
Member

SCDerox commented May 23, 2025

Hi, any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants